home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #10 / K-CD-10-2002.ISO / Tools / K-CS.dcr / 00255_Hop ved dobbelt.ls < prev    next >
Encoding:
Text File  |  2002-04-19  |  114 b   |  9 lines

  1. global SnapMouseY
  2.  
  3. on mouseUp
  4.   set SnapMouseY to the mouseV
  5.   if the doubleClick then
  6.     go(#next)
  7.   end if
  8. end
  9.